Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.publisher.contrib--validatorsRule

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.contrib inside nuxeo-platform-publisher-core-9.10.jar /OSGI-INF/publisher-contrib.xml

Documentation

Default ValidatorsRule to use: the validators will be principals having manage everything rights in the sections where the document has been published.

Extension Point

Extension point validatorsRule of component PublisherServiceImpl.

Contributed Items

  • <validatorsRule class="org.nuxeo.ecm.platform.publisher.rules.DefaultValidatorsRule" name="CoreValidatorsRule"/>

XML Source

<extension point="validatorsRule" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      Default ValidatorsRule to use: the validators will be principals having
      manage everything rights in the sections where the document
      has been published.

      @author Thomas Roger(troger@nuxeo.com)
    </documentation>

    <validatorsRule class="org.nuxeo.ecm.platform.publisher.rules.DefaultValidatorsRule" name="CoreValidatorsRule"/>

  </extension>